home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / graphics / gnuplot / gnuplot-3.7.1doc / announcement next >
Text File  |  1999-11-29  |  7KB  |  202 lines

  1.  
  2.  GNUPLOT - Bigger, Longer, Uncut
  3.  ===============================
  4.  
  5. This is the official announcement of the release of gnuplot 3.7.1.
  6. The official date and time of this version is:
  7.         Date: Fri Oct 22 18:00:00 BST 1999
  8.         Version: 3.7, Patchlevel 1
  9.  
  10. Most, if not all, known bugs in gnuplot 3.7.0 have been fixed.
  11. See below for a list of changes.
  12.  
  13.  THE FAQ
  14.  =======
  15.  
  16. An updated version of the gnuplot FAQ is now available.  It can be found
  17. at the following locations:
  18.  
  19. http://www.ucc.ie/gnuplot/gnuplot-faq.html
  20. http://www-ihe.etec.uni-karlsruhe.de/mitarbeiter/vonhagen/gnuplot-faq.html
  21. ftp://ftp.ucc.ie/pub/gnuplot/faq/gnuplot-faq.txt
  22. All main distribution sites in the faq/ subdirectory.
  23.  
  24.  GNUPLOT AND GIF IMAGES
  25.  ======================
  26.  
  27. An important note to all who wish to create GIF images with gnuplot:
  28.  
  29. * Gnuplot requires the gd library from http://www.boutell.com/gd/ to       *
  30. * create gif output.  Note that the use of this code may subject your      *
  31. * organisation to a charge of willful patent infringement (as stated       *
  32. * by UNISYS) unless you are in possession of a UNISYS license.             *
  33. *                                                                          *
  34. * The UNISYS patent covers the LZW technology which is used to create      *
  35. * gifs.  To our knowledge, only gd library version 1.3 and 1.4 are free    * 
  36. * of LZW code and should therefore be used with gnuplot (unless you have   *
  37. * a license from Unisys to use LZW code, in which case version 1.2 and 1.5 *
  38. * is fine, too).  The binaries provided here have been built with version  *
  39. * 1.3.  Version 1.6+ cannot be used because support for GIF has been       *
  40. * removed altogether.                                                      *
  41.  
  42. As all gif-creating versions of gd library seem to have been taken off
  43. www.boutell.com, we are providing gd library versions 1.3 and 1.4 at
  44. the gnuplot distribution sites [1].  Should any legal problems arise,
  45. we will remove this software.
  46.  
  47.  The PNG image format is an alternative to gif. See [2].
  48.  
  49.  DISTRIBUTION
  50.  ============
  51.  
  52. By the time you receive this, copies of gnuplot-3.7.1.tar.gz
  53. should be at the official repositories.  Binary versions for
  54. various non-Unix platforms will be made available in the same
  55. places.  Please allow a couple of days for these distributions
  56. to appear.
  57.  
  58. A diffs file relative to gnuplot-3.7 is also available. To apply
  59. the patch, use the following procedure:
  60.  
  61. $ gunzip gnuplot-3.7.tar.gz
  62. $ gunzip gnuplot-3.7.0-3.7.1.diff.gz
  63. $ cd gnuplot-3.7
  64. $ patch -p1 <../gnuplot-3.7.0-3.7.1.diff
  65.  
  66. All distribution archives are signed with a public key which is
  67. available from public key servers.  For more information, see the
  68. README and PGPKEYS file at the distribution sites.
  69.  
  70.  DISTRIBUTION SITES
  71.  ==================
  72.  
  73. NORTH AMERICA
  74.  
  75.      Anonymous ftp to ftp.gnuplot.vt.edu:
  76.      ftp://ftp.gnuplot.vt.edu/pub/gnuplot/gnuplot-3.7.1.tar.gz
  77.  
  78.      Alternatively, you can use your web browser to get gnuplot
  79.      from the gnuplot web pages at
  80.  
  81.      http://members.theglobe.com/gnuplot/gp371tar.gz
  82.      http://www.geocities.com/SiliconValley/Foothills/6647/gp371tar.gz
  83.  
  84.      Anonymous ftp to ftp.dartmouth.edu. Please try the
  85.      other sites first!
  86.      ftp://ftp.dartmouth.edu/pub/gnuplot/gnuplot-3.7.1.tar.gz
  87.  
  88. AUSTRALIA:
  89.  
  90.      From the AARNet Mirror Project:
  91.      ftp://mirror.aarnet.edu.au/pub/gnuplot/
  92.      http://mirror.aarnet.edu.au/pub/gnuplot/
  93.  
  94.      Anonymous ftp to ftp.cc.monash.edu.au:
  95.      ftp://ftp.cc.monash.edu.au/pub/gnuplot/gnuplot-3.7.1.tar.gz
  96.  
  97. EUROPE:
  98.  
  99.      Anonymous ftp to ftp.irisa.fr:
  100.      ftp://ftp.irisa.fr/pub/gnuplot/gnuplot-3.7.1.tar.gz
  101.  
  102.      Anonymous ftp to ftp.ucc.ie:
  103.      ftp://ftp.ucc.ie/pub/gnuplot/gnuplot-3.7.1.tar.gz
  104.  
  105. OTHER:
  106.  
  107.      Source and binary distributions for the Amiga will be available
  108.      on Aminet http://ftp.wustl.edu/~aminet/ and its mirrors as
  109.      gfx/misc/gnuplot-3.7.1bin.lha
  110.      gfx/misc/gnuplot-3.7.1doc.lha
  111.      gfx/misc/gnuplot-3.7.1src.lha
  112.  
  113.      The latest version for Macintosh is still 2.0b4, based on a long
  114.      obsolete beta version of gnuplot.
  115.  
  116.  CHANGELOG
  117.  =========
  118.  
  119.  The following bugs have been fixed since the release of gnuplot 3.7:
  120.  
  121.  + fix for negative aspect ratio and reversed x axis
  122.  + fixes in the cgm, eepic, png and pslatex drivers
  123.  + fix in the data fitting code (value of last parameter not stored)
  124.  + fixes for HP-UX, NEXT, and Windows
  125.  + fix compiling on IRIX 6.5 (docs/Makefile problem)
  126.  + fixes for save and set lmargin commands
  127.  + fix for 'set view <z_scale>' (compressed z-axis) problem
  128.  + fix for surface plots and negative ticslevel
  129.  + fix for multiline labels
  130.  + fix for multiplot and eps output
  131.  + fixed exit/quit in batch mode
  132.  + fixed buffering bug in X11 driver
  133.  + fixed bug for logscale plots with unused y2 axis
  134.  
  135.  Although this is mainly a bugfix release, some new features have
  136.  found their way into the code:
  137.  
  138.  o a stdin wrapper for gnuplot on Windows platforms (pgnuplot)
  139.  o new drivers for BeOS, metapost, MacOS X Server
  140.  o fitting of time series data
  141.  o Slaven Rezic's perltk driver is now part of the tkcanvas driver
  142.  o in latex output, the embedding document font is now the default font
  143.  o gnuplot now returns a proper exit status. This means better
  144.    scriptability, e.g. with common Unix shells:
  145.  
  146.    $ if echo "set terminal gif" | gnuplot >/dev/null 2>&1 ; then
  147.    > echo "gif driver supported"
  148.    > else
  149.    > echo "gif driver not supported"
  150.    > fi
  151.    gif driver supported
  152.    $ 
  153.  
  154.    This is quite useful for programs which use gnuplot as graphics
  155.    backend, e.g. Octave.
  156.  
  157.  Furthermore, the following updates were made:
  158.  
  159.  * Updated makefiles and autoconf files
  160.  * Updated documentation and FAQ
  161.  * Improved configuration of GNU readline support
  162.  * Security: the Linux SVGAlib driver is now disabled by default
  163.  * Support for GNU plotutils 2.2
  164.  
  165.  THE CONTRIB SECTION
  166.  ===================
  167.  
  168.  An improved gnuplot mode for X/Emacs by Bruce Ravel is available from
  169.  http://feff.phys.washington.edu/~ravel/gnuplot/, and we will add it to
  170.  the gnuplot distribution from the next release on.
  171.  
  172.  CREDITS
  173.  =======
  174.  
  175.  The gnuplot team would like to thank all who have contributed to this
  176.  release through discussions, suggestions, bug reports, and patches,
  177.  on Usenet and mailing lists.  Special thanks go to Alex Woo for setting
  178.  up and maintaining the new gnuplot web sites.  To Dick Crawford for his
  179.  untiring and competent presence on comp.graphics.apps.gnuplot.  To Juergen
  180.  von Hagen for adopting the orphaned FAQ list.  And to Hans-Bernhard Broeker
  181.  for neverending supply of bug fixes.
  182.  
  183.                                         -Thomas Williams-
  184.                                         -Lars Hecking-
  185.  
  186.  FOOTNOTES
  187.  =========
  188.  
  189.  [1] The gif terminal driver requires third party software. Because the
  190.      version of gd library currently at http://www.boutell.com/gd/ does
  191.      NOT create gif images, we are providing gd library version 1.3 and 1.4
  192.      at from the gnuplot distribution sites.
  193.  
  194.  [2] the png terminal driver requires third party software. The png graphics
  195.      library and zlib can be downloaded from
  196.      http://www.cdrom.com/pub/png/pngcode.html
  197.      and
  198.      http://www.cdrom.com/pub/infozip/zlib/
  199.      respectively. They are also available from the gnuplot distribution
  200.      sites.
  201.  
  202.